Skip to content

Comments

I think this will solve issue #664#665

Merged
AlbertShown merged 1 commit intowebui-dev:mainfrom
hdijkema:main
Oct 31, 2025
Merged

I think this will solve issue #664#665
AlbertShown merged 1 commit intowebui-dev:mainfrom
hdijkema:main

Conversation

@hdijkema
Copy link
Contributor

Simply not setting the navigate flag will probably help at that point.

@AlbertShown
Copy link
Member

That's true. The original C part was like below, no URL flag was set.

webView->url = wURL;
webView->width = (win->width > 0 ? win->width : WEBUI_DEF_WIDTH);
webView->height = (win->height > 0 ? win->height : WEBUI_DEF_HEIGHT);
webView->x = (win->x > 0 ? win->x : (int)((GetSystemMetrics(SM_CXSCREEN) - webView->width) / 2));
webView->y = (win->y > 0 ? win->y : (int)((GetSystemMetrics(SM_CYSCREEN) - webView->height) / 2));

@AlbertShown AlbertShown merged commit fc3a965 into webui-dev:main Oct 31, 2025
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants